home *** CD-ROM | disk | FTP | other *** search
- Pane = {
- OUTLETS = {
- doc;
- window;
- view;
- status;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ThreeDPane = {
- ACTIONS = {
- doSetIsoSamples:;
- doSetContourBase:;
- doSetContourSurface:;
- doSetRotation:;
- selectControl:;
- showContourOptionsPanel:;
- doSetSurfaceType:;
- doSetThreeD:;
- doResetRotation:;
- };
- OUTLETS = {
- contourBaseButton;
- rotationResetButton;
- isoSamplesMatrix;
- rotXSlider;
- rotMatrix;
- rotZSlider;
- contourOptionsButton;
- surfaceTypeMatrix;
- contourSurfaceButton;
- isoSamplesLabel;
- threeDButton;
- contourOptionsPanel;
- };
- SUPERCLASS = Pane;
- };
-